home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / emma22.zip / LOCAL.CSF < prev    next >
Text File  |  1990-03-06  |  2KB  |  50 lines

  1. * Use this script with EMMA if you call MCI Mail directly on a local number.
  2. *
  3. * To prepare this script, copy it to a file called EMMA.CSF and then edit it
  4. * as follows:
  5. *
  6. * (1)    Change the port parameters on the line marked *1*.  The first number
  7. *    indicates the COM port that EMMA is to use; it may be 1, 2, 3
  8. *    or 4.  The second number indicates the line speed in bits per
  9. *    second; it must be given in double-quotes.  Examples are "1200" and
  10. *    "2400".
  11. *
  12. * (2)    Adjust the dialing string on the line marked *2*.  First, change
  13. *    the telephone number to that appropriate for your location.  Be
  14. *    careful not to delete the ^M at the end of the string.  You might
  15. *    also need to change "ATDT" to "ATDP" to accomodate pulse dialing,
  16. *    or put a "9," before the number if you are dialing through a PBX.
  17. *
  18. * (3)    Replace "username" in the line marked *3* with your MCI Mail
  19. *    username in double quotes.
  20. *
  21. * (4)    Replace "password" in the line marked *4* with your MCI Mail
  22. *    password in double quotes.
  23. *
  24. * (5)    Remove these comments.  That is, delete all lines from the top
  25. *    of the file down to and including the line of asterisks.
  26. *******************************************************************************
  27. C    "Calling MCI Mail.^M^J"
  28. C    "(Press the Escape key if you need to abort the session.)^M^J"
  29. P  1    "1200"        *1*    Your COM port number and speed go in this line
  30. T    "ATZ^M"
  31. R  5    "OK^M^J"
  32. D  1
  33. T    "ATE1 S7=45^M"        Echo commands.  Wait 45 secs for carrier.
  34. R  5    "OK^M^J"
  35. T    "ATDTXXX-XXXX^M" *2*    Your number for MCI Mail goes in this line
  36. R 40    "CONNECT"
  37. B
  38. D  2
  39. T    "^M"
  40. R 20    "Port:"
  41. R  5    "name:"
  42. T    "username"    *3*    Your username goes in this line
  43. T    "/batch:1ST/"
  44. T    "password"    *4*    Your password goes in this line
  45. T    "^M"
  46. R 20    "COM^M^J"
  47. M
  48. R 10    "CLR DTE^M^J"
  49. C    "You will find any new mail in file MAIL.IN"
  50.